Welcome![Sign In][Sign Up]
Location:
Search - J LINK

Search list

[Othersjf2410j-link

Description: 支持J-LINK的sjf2410 J-LINK烧写NAND FLASH的工具
Platform: | Size: 435200 | Author: wzl | Hits:

[BooksJ-Link_使用手册

Description: J-Link是SEGGER公司为支持仿真ARM内核芯片推出的JTAG仿真器。配合IAR EWARM,ADS,KEIL,WINARM,RealView等集成开发环境支持所有ARM7/ARM9内核芯片的仿真,通过RDI接口和各集成开发环境无缝连接,操作方便、连接方便、简单易学,是学习开发ARM最好最实用的开发工具
Platform: | Size: 1513451 | Author: quhongb | Hits:

[Shot Game坦克混战

Description: 游戏简介:  可以两个人一起玩的坦克游戏,越玩越好玩。这是本人用VC++制作的第一个游戏,需要源代码与作者联系。操作方法:  Player1: w上 s下 a左 d右 j开炮  Player2: 方向键 0开炮-game description : two can play together tanks game, the more fun to play more. This is my VC production of a game, needs the source code associated with the author. The methods of operation : Player : w s on the left under a right d j fired Player2 : 0 direction keys fired
Platform: | Size: 2632704 | Author: 米饭 | Hits:

[Other动态规划----矩阵连乘问题

Description: 动态规划----矩阵连乘问题 动态规划法是解决问题的一种方法。它不规定为了得到结果需如何将问题划分为子问题的固定方法,而是按不同输入给出问题的具体实例的子问题划分方法,然后再进行运算、解答问题。 矩阵连乘问题的主要思想如下: 1)设置大小为连乘个数的方阵 2)主对角线上方各元素Di,j(i<j)表示矩阵Mi连乘到Mj的最小工作量 3)下方元素Di,j(i>j)记录获得该最小工作量矩阵分组的第一组的最后一个矩阵的序列号 最后通过下方元素可知最终结果的分组方式。-dynamic programming matrix continually multiply-dynamic programming problem is a problem-solving method. It does not require the results need to be how to divide the problems of the sub- problems fixed, but different input given by the specific example of the problem partition method, and then calculate, and answer questions. Matrix continually multiply the main idea is as follows : 1) the installation of the size of continually multiply the number phalanx 2) above the main diagonal elements Di, j (ilt; J) Matrix Mi continually multiply to the smallest workload 3) below elements Di, j (IGT; J) the record was the smallest workload of a matrix of the first group of a matrix of the final sequence, followed by the final element of the final results of the known clusters.
Platform: | Size: 26624 | Author: 莫非 | Hits:

[WEB CodeTStringGridSpliterString

Description: 先取出TStringGrid中的Cells中的字符串,再利用TMemo分行功能,将字符串分割成多行,其中TMemo的字体要与TStringGrid相同;宽度要与TStringGrid.Cells[i,j]的宽度相同。然后将TMemo的每行内容重新复制到多个同一列的多个Cells中,就实现了TStringGrid分行功能了。-first Retrieve TStringGrid Cells of the string, Reuse TMemo branch function, the string is separated into multiple lines. TMemo which fonts with the same TStringGrid; width with TStringGrid.Cells [i, j] of the same width. Then each trip TMemo re-copying the contents of a number of out of the same number of Cells, on the realization of TStringGrid branch functions.
Platform: | Size: 207872 | Author: 刘立 | Hits:

[ARM-PowerPC-ColdFire-MIPSJ-LinV2.1

Description: JLINK的使用手册,可支持KEIL,ADS,IAR等,兼容几乎所有的ARM7/ARM9的型号和内核,值的推荐-JLINK the use of manuals, support KEIL, ADS, IAR, etc. ARM7/ARM9 compatible with almost all models and kernel, the value of the recommendation
Platform: | Size: 2551808 | Author: suifeg | Hits:

[Mathimatics-Numerical algorithmsDF

Description: 问题描述 设有n种不同面值的硬币,各硬币的面值存于数组T[1:n]中。现要用这些面值的硬币来找钱,可以实用的各种面值的硬币个数不限。当只用硬币面值T[1],T[2],…,T[i]时,可找出钱数j的最少硬币个数记为C(i,j)。若只用这些硬币面值,找不出钱数j时,记C(i,j)=∞。  编程任务 设计一个动态规划算法,对1≤j≤L,计算出所有的C( n,j )。算法中只允许实用一个长度为L的数组。用L和n作为变量来表示算法的计算时间复杂性  数据输入 由文件input.txt提供输入数据。文件的第1行中有1个正整数n(n<=13),表示有n种硬币可选。接下来的一行是每种硬币的面值。由用户输入待找钱数j。  结果输出 程序运行结束时,将计算出的所需最少硬币个数输出到文件output.txt中。 -err
Platform: | Size: 917504 | Author: js | Hits:

[uCOSuCOSII_2nd

Description: 《嵌入式实时操作系统uCOS-II》(第二版).pdf MicroC/OS The Real-Time Kernel Second Edition Jean J. Labrosse著 邵贝贝等译
Platform: | Size: 42236928 | Author: shevsten | Hits:

[AlgorithmcaculateAmulBequalCC

Description: 计算这个智力题: 在这个乘法算式里,每一个字母代表着0-9中的一个数,不同字母代表不同数。 A B C D E F G H * A J --------------------- E J A H F D G K C B D F H A J E C --------------------- C C C C C C C C C 请问,C 代表哪个数字?-Calculation of the intellectual questions: In this multiplication formula, each letter represents a number 0-9, different letters represent different number. ABCDEFGH* AJ--------------------- EJAHFDGKCBDFHAJEC--------------------- CCCCCCCCC Will, C Which figure is the representative?
Platform: | Size: 1024 | Author: bailongma | Hits:

[ARM-PowerPC-ColdFire-MIPSJ-LINK6

Description: Jlink6的原理图,固件,boot文件-The Jlink6 schematics, firmware, boot file
Platform: | Size: 83968 | Author: BOBOO | Hits:

[OtherJ-LINK5

Description: Jlink5原理图,固件,boot文件源码-Jlink5 schematics, firmware, boot file source
Platform: | Size: 90112 | Author: BOBOO | Hits:

[Other Embeded programv6boot

Description: J-link v6版反汇编的启动代码,学习jlink的好东西-J-link v6 version of the anti-compiled startup code, learn the good things jlink
Platform: | Size: 5120 | Author: 孙江波 | Hits:

[SCMJ-Link_V8_FirmWare

Description: 全功能V8版JLINK的固件代码,制作Jlink V8必备的东西,固件可自动升级 -full-featured version of the firmware firmware JLINK V8, production must Jlink things, firmware can be automatically upgraded
Platform: | Size: 441344 | Author: shiy | Hits:

[Data structsmaandian

Description: 找马鞍点:1. 若在矩阵Am×n中存在一个元素A[i][j],其满足A[i][j]是第i行元素中最小值,且又是第j列元素中最大值,则称此元素为该矩阵的一个马鞍点。用二维数组存储矩阵Am×n ,设计算法求出矩阵中所有马鞍点。-Find a saddle point: 1. If in the matrix Am × n, there is a element of A [i] [j], the meet A [i] [j] is the first line element in the minimum value i, j is the first且又out elements maximum, then this element of the matrix of a saddle point. Two-dimensional array of storage matrix Am × n, the design algorithm to derive all the saddle point matrix.
Platform: | Size: 156672 | Author: 李月 | Hits:

[ARM-PowerPC-ColdFire-MIPSJ-LINKpcb

Description: jLink PCB FOR ATMEL AND ... ARM -jLink PCB FOR ATMEL AND ... ARM !!!
Platform: | Size: 39936 | Author: MAJID | Hits:

[SCMJ-Link ARM-OB

Description: J-Link ARM-OB下载器 PCB文件以及HEX文件,可以自己制作下载器(J-Link ARM-OB Downloader, PCB file, and HEX file, you can make your own Downloader)
Platform: | Size: 12017664 | Author: zhuzhuxia12138 | Hits:

[Linux-Unix使用J-Link在ADS下调试Mini6410_tiny6410裸机程序

Description: 使用J-Link在ADS下调试Mini6410裸机程序源码。(The use of J-Link debugging Mini6410 bare metal program source code in ADS.)
Platform: | Size: 17790976 | Author: lannyyy | Hits:

[ARM-PowerPC-ColdFire-MIPSPCB1

Description: J-LINK,ST-INK二合一PCB下载(J-LINK, ST-INK two in one PCB Download)
Platform: | Size: 2030592 | Author: Gscsd | Hits:

[Embeded-SCM DevelopSheet1

Description: J-link,ST-link二合一原理图(J-link, ST-link two in one schematic diagram)
Platform: | Size: 19456 | Author: Gscsd | Hits:

[ARM-PowerPC-ColdFire-MIPSSegger

Description: 解决j-link 盗版问题 专家推荐,很好用,亲测没问题(sdasf sfsf ds esfds sdfs dfdssgdsgdgs)
Platform: | Size: 840704 | Author: jgss | Hits:
« 1 2 34 5 6 7 8 9 »

CodeBus www.codebus.net